1234567891011121314151617181920212223242526272829303132 |
- var rule = {
- title: '萌番[漫]',
- host: 'https://www.mfan.tv',
- url: '/type/fyclass/page/fypage/',
- searchUrl: '/search/wd/**/page/fypage/',
- searchable: 2,
- quickSearch: 0,
- filterable: 0,
- class_name: '新番&番剧&剧场',
- class_url: '20&21&22',
- limit: 6,
- play_parse: true,
- lazy: $js.toString(() => {
- let html = JSON.parse(request(input).match(/r player_.*?=(.*?)</)[1]);
- let url = html.url;
- if (url) {
- input = {parse: 0, url: url}
- }
- }),
- double: false,
- 推荐: '*',
- 一级: '.hl-vod-list li;.hl-item-thumb&&title;.hl-item-thumb&&data-original;.remarks&&Text;.hl-item-thumb&&href',
- 二级: {
- title: 'h2&&Text',
- desc: '.hl-full-box&&li:eq(-2)&&Text',
- content: '.blurb&&Text',
- img: '.hl-item-thumb&&data-original',
- tabs: '.hl-plays-from a',
- lists: '.hl-plays-list:eq(#id)&&li',
- },
- 搜索: '*',
- }
|